home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / common.cst / 00045_flashOrGoIntro.ls < prev    next >
Encoding:
Text File  |  2001-09-04  |  191 b   |  12 lines

  1. on exitFrame me
  2.   if sprite(me.spriteNum).playing = 0 then
  3.     v = the ticks
  4.     repeat while the ticks < v + 20
  5.     end repeat
  6.     
  7.     go movie "intro"
  8.   else
  9.     go the frame
  10.   end if
  11. end
  12.